www.gusucode.com > 15款不同造型的HTML5 Canvas 时钟效果源码程序 > 15款不同造型的HTML5 Canvas 时钟效果/html5canvas15clock/html5-canvas-15-clock/css/zzsc.css

    body{
	background: #494A5F;
	color: #D5D6E2;
	font-weight: 500;
	font-size: 1.05em;
	font-family: "Microsoft YaHei","Segoe UI", "Lucida Grande", Helvetica, Arial,sans-serif;
}
a{ color: rgba(255, 255, 255, 0.6);outline: none;text-decoration: none;-webkit-transition: 0.2s;transition: 0.2s;}
a:hover,a:focus{color:#74777b;text-decoration: none;}
.htmleaf-container{
	margin: 0 auto;
}
.zzsc-content{
	padding: 1em;
}